projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ceb40c
)
spi: sf_probe: Fix style violations
author
Mario Six
<
[email protected]
>
Mon, 15 Jan 2018 10:08:40 +0000
(11:08 +0100)
committer
Jagan Teki
<
[email protected]
>
Wed, 24 Jan 2018 06:34:08 +0000
(12:04 +0530)
Fix two indention-related style violations.
Signed-off-by: Mario Six <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
drivers/mtd/spi/sf_probe.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_probe.c
b/drivers/mtd/spi/sf_probe.c
index e25513b77a31277a4b74e738a5129f65ebf7ac62..68009a63289536579b261db418fb27e9d6a65b7e 100644
(file)
--- a/
drivers/mtd/spi/sf_probe.c
+++ b/
drivers/mtd/spi/sf_probe.c
@@
-77,7
+77,7
@@
static struct spi_flash *spi_flash_probe_tail(struct spi_slave *bus)
}
struct spi_flash *spi_flash_probe(unsigned int busnum, unsigned int cs,
- unsigned int max_hz, unsigned int spi_mode)
+
unsigned int max_hz, unsigned int spi_mode)
{
struct spi_slave *bus;
@@
-107,7
+107,7
@@
static int spi_flash_std_read(struct udevice *dev, u32 offset, size_t len,
}
static int spi_flash_std_write(struct udevice *dev, u32 offset, size_t len,
- const void *buf)
+
const void *buf)
{
struct spi_flash *flash = dev_get_uclass_priv(dev);